ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache<TKey,TValue,TCacheNodeFactory> Class / Item Property

In This Topic
    Item Property (GenericCache<TKey,TValue,TCacheNodeFactory>)
    In This Topic
    Gets the value by jey specified. Gets null if cache doesn't contain the key
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal k As TKey _
    ) As TValue
    public TValue this[ 
       TKey k
    ]; {get;}

    Parameters

    k
    See Also